The Imagick class
PHP Manual

Imagick::getImageColormapColor

(PECL imagick 2.0.0)

Imagick::getImageColormapColorReturns the color of the specified colormap index

Descripción

ImagickPixel Imagick::getImageColormapColor ( int $index )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Returns the color of the specified colormap index.

Lista de parámetros

index

The offset into the image colormap.

Valores retornados

Returns TRUE on success.

Errors/Exceptions

Throws ImagickException on error.


The Imagick class
PHP Manual